From: Brion Vibber Date: Sat, 12 Mar 2005 12:11:13 +0000 (+0000) Subject: snip a forgotten field from page_len fix X-Git-Tag: 1.5.0alpha1~643 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=79520fb5827ac08df9b6c1d2cf71d673fefdac49;p=lhc%2Fweb%2Fwiklou.git snip a forgotten field from page_len fix --- diff --git a/includes/Linker.php b/includes/Linker.php index 959472100a..833cabd8ac 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -231,8 +231,7 @@ class Linker { array( 'page_len', 'page_namespace', 'page_is_redirect' ), - array( 'page_id' => $aid, - 'old_id = page_latest' ), $fname ) ; + array( 'page_id' => $aid ), $fname ) ; if ( $s !== false ) { $size = $s->page_len; if ( $s->page_is_redirect OR $s->page_namespace != NS_MAIN ) {